Welcome![Sign In][Sign Up]
Location:
Search - C K

Search list

[Other resourceC--K-Means

Description: 这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K - Means clustering algorithm source, the need to please, please exhibitions, thank you!
Platform: | Size: 33045 | Author: HaicoLi | Hits:

[Other resourcek

Description: c++编写的模式识别k均值算法-c k prepared by the average pattern recognition algorithm
Platform: | Size: 1364 | Author: 李俊 | Hits:

[Graph RecognizeK均值聚类算法

Description: 是模式识别中的一种分类算法,用C++编程,很实用。
Platform: | Size: 201115 | Author: hjy_156@163.com | Hits:

[Data structs求二叉树前序遍历序列中第k个结点的值

Description: 求二叉树前序遍历序列中第k个结点的值 c语言程序,已测试
Platform: | Size: 28672 | Author: sxccw2 | Hits:

[Mathimatics-Numerical algorithmsexer-kmean

Description: k均值算法实现聚类 c语言编写-k-means clustering algorithm c language
Platform: | Size: 29696 | Author: 胡素芳 | Hits:

[Linux-Unix代码k

Description: c语言编写的消息队列代码-the message queue code
Platform: | Size: 1024 | Author: 王莉 | Hits:

[AI-NN-PRk

Description: c++编写的模式识别k均值算法-c k prepared by the average pattern recognition algorithm
Platform: | Size: 1024 | Author: 李俊 | Hits:

[Windows DevelopExam096 k均值算法

Description: 用c语言编写的k均值算法-prepared by the k-means Algorithm
Platform: | Size: 2048 | Author: | Hits:

[Other Databasesk-d tree C++ source codes

Description: 空间数据库中空间数据结构的应用,K-d树基本操作的源码,都在这个文档中。-spatial database structure of the data space applications, K-d trees basic operation of the source code in the documents.
Platform: | Size: 6144 | Author: 周琳 | Hits:

[AI-NN-PRK-均值聚类算法C++编程

Description: K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
Platform: | Size: 4096 | Author: 韩磊 | Hits:

[Windows DevelopC语言计算器

Description: 编辑器,源代码 一个简单的计算器 E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)JavaScript 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一个速度很快的C/C++/Java源代码美化工具。 astyle比indent好在 有很多成套的的风格定义:ansi ...SLICKEDIT这种大型商业文本编辑器等。 解决:对于...==>网页选项==>HTML源代码选单里选择“使用下面... www.chedong.com/tech/indent_tools.html 14K 2005-3-3 - 百度快照 Jedit for Linux Source Code 源代码--eNet软件-editor, source code for a simple calculator E EC world-- Netting dream ... different backgrounds. Java is based on the C-oriented computer programs designed to replace .... (2) do not have JavaScript compiler source code embedded in HTML ... is different. Java source code to be compiled, as exists ... a part of, in general text editor with HTML can be a ... www.51foru.com/index008jsjc.htm 19K 2003-12-10- Baidu snapshot C Java PHP Perl Python the code landscaping tools ... php), a fast C/C/Java source code for landscaping tools. Astyle than indent Fortunately, there are many sets of the style definition : ansi ... SLICKEDIT such a large-scale commercial, such as text editors. Solution : ...== gt; Website options == gt; HTML source code menu you select "Use the following ... www.c
Platform: | Size: 45056 | Author: 王健 | Hits:

[Documentsc语言教程(www.vcok.com版)

Description: 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*确保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k)    }-classic procedures hundred cases == 1-- 10 procedures-- a topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code : main () (int i, j, k printf ( "\ n") for (i = 1 ilt; 5 i)/* the following as the triple cycle*/for (j = 1 JLT; 5 j) for (k = 1 KLT; 5 k) (if (i! = ki! = jj! = k)/* i, j, k three disparate*/printf ( "% d,% d,% d \ n ", i, j, k
Platform: | Size: 304128 | Author: 刘宋 | Hits:

[OtherC语言kmp算法实现

Description: 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
Platform: | Size: 1024 | Author: ipkh | Hits:

[Graph RecognizeK-means算法源码

Description: kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat- Number of patterns (int) SizeVect- Size of vector (int) NClust- Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect]- vector 1 (real) vect[2,1] ... vect[2,SizeVect]- vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> 
Platform: | Size: 3072 | Author: li | Hits:

[Algorithm练习一源程序

Description: K-means一个用C++实现的聚类算法 -K-C means to achieve a clustering algorithm
Platform: | Size: 5120 | Author: 杨子 | Hits:

[GIS programK均值聚类

Description: 非监督分类,主要在遥感图象分类处理中有应用-unsupervised classification, mainly in remote sensing image classification application is processed
Platform: | Size: 179200 | Author: hua | Hits:

[AI-NN-PRC--K-Means

Description: 这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K- Means clustering algorithm source, the need to please, please exhibitions, thank you!
Platform: | Size: 32768 | Author: HaicoLi | Hits:

[AI-NN-PRK-Means

Description: 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
Platform: | Size: 29696 | Author: zhaohuiqin | Hits:

[CSharpC-K

Description: 基于C#开发的股票K线开发代码,测试可以运行(C# development based on the stock k line development code, testing can run)
Platform: | Size: 9971712 | Author: ffner | Hits:

[OtherC# .net K线 图表 指标 画线

Description: C#K图 指标画线都有 可下载 用于股票(C#K Index line drawing)
Platform: | Size: 10042368 | Author: shrekooo | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net